From: Kim F. Storm Date: Mon, 26 Aug 2002 10:10:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31017 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=56bc2080fe7fe9093c41d797e588ab5fd178d89f;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 0c2d156929a..40717eb43f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-08-26 Kim F. Storm + + * Makefile.in (install-arch-indep): Do not remove DOC file + when it is the only DOC file installed; this is the case when + CANNOT_DUMP is defined. From Joe Buehler (tiny change). + 2002-07-24 Markus Rost * configure.in: Fix typo. diff --git a/src/ChangeLog b/src/ChangeLog index 1f6f1134f63..897fec60011 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-08-26 Kim F. Storm + + * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize + foreground and background colors. From Joe Buehler (tiny change). + 2002-08-25 Andrew Choi * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is